home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / mpwtools.cpt / misc src / mtar readme < prev    next >
Encoding:
Text File  |  1991-06-09  |  1.1 KB  |  24 lines

  1. This is the original "Readme" by Gail Zacharias.
  2. ---
  3. You should have the following files:
  4.  
  5. mtar.c - (MPW C source) An MPW tool for creating unix-compatible tar archives.
  6.         By default, files are stored in the so-called macbinary format, which
  7.     means that both forks of the macintosh file are stored, along with
  8.     macintosh file info (type, creator, mac filename, file dates). This
  9.     in turn means that you can untar the archive on unix, and download
  10.     selected files using the 'macbinary' option of your favorite
  11.     communication program.
  12.     Of course there is an option of storing only data forks of files.
  13.     Do 'mtar -H' for a short help message.
  14. muntar.c - (MPW C source) An MPW tool for extracting files from
  15.     unix-compatible tar archives.  You can extract individual files
  16.     or unpack the whole archive.  muntar will automatically recognize
  17.     files stored in macbinary format, and 'unmacbinary' them so you get
  18.     real macintosh files (both forks, etc.).  Do 'muntar -H' for a short
  19.     help message.
  20. makefile.hqx - A binhex'ed MPW make file for these two programs.
  21.  
  22.         Enjoy,
  23.         gz@entity.com (a.k.a. gz@eddie.mit.edu)
  24.